encoding/binary.bigEndian.Uint16 (method, view implemented interface methods)
8 uses
encoding/binary (current package)
binary.go#L155: func (bigEndian) Uint16(b []byte) uint16 {
compress/zlib
reader.go#L149: h := binary.BigEndian.Uint16(z.scratch[:2])
writer.go#L118: z.scratch[1] += uint8(31 - binary.BigEndian.Uint16(z.scratch[:2])%31)
github.com/coder/websocket
close.go#L266: Code: StatusCode(binary.BigEndian.Uint16(p)),
frame.go#L80: h.payloadLength = int64(binary.BigEndian.Uint16(readBuf))
github.com/gotd/td/mtproxy/faketls
record.go#L45: length := binary.BigEndian.Uint16(buf[3:])
github.com/gotd/td/session
telethon.go#L74: port := binary.BigEndian.Uint16(data[1+ipLength : 3+ipLength])
net/http
h2_bundle.go#L2381: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |